home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / comm / insite.zip / _SETUP.1 / inSite.exe / 0 / RCDATA / TFRMLINKSAVER / TFRMLINKSAVER.txt
Text File  |  1997-03-29  |  22KB  |  863 lines

  1. object frmLinkSaver: TfrmLinkSaver
  2.   Left = 70
  3.   Top = 103
  4.   Width = 371
  5.   Height = 291
  6.   HelpContext = 5
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Menu = mnuMain
  12.   Scaled = False
  13.   OnActivate = frmLinkSaverActivate
  14.   OnClose = frmLinkSaverClose
  15.   OnCloseQuery = frmLinkSaverCloseQuery
  16.   OnCreate = frmLinkSaverCreate
  17.   OnDestroy = frmLinkSaverDestroy
  18.   OnResize = FormResize
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object stsBar: TStatusBar
  22.     Left = 0
  23.     Top = 226
  24.     Width = 363
  25.     Height = 19
  26.     Hint = 'The status/hint bar...'
  27.     Font.Color = clBlack
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     Panels = <
  32.       item
  33.         Alignment = taCenter
  34.         Width = 500
  35.       end>
  36.     ParentFont = False
  37.     SimplePanel = False
  38.   end
  39.   object pgsMain: TPageControl
  40.     Left = 0
  41.     Top = 0
  42.     Width = 363
  43.     Height = 226
  44.     ActivePage = TabSheet1
  45.     Align = alClient
  46.     TabOrder = 1
  47.     OnChange = pgsMainChange
  48.     object TabSheet1: TTabSheet
  49.       HelpContext = 2001
  50.       Caption = 'Available Links'
  51.       object Label1: TLabel
  52.         Left = 2
  53.         Top = 66
  54.         Width = 138
  55.         Height = 13
  56.         Caption = 'Starting URL:'
  57.       end
  58.       object Label6: TLabel
  59.         Left = 54
  60.         Top = 7
  61.         Width = 125
  62.         Height = 13
  63.         Caption = 'Recurse Depth'
  64.       end
  65.       object Label3: TLabel
  66.         Left = 2
  67.         Top = 27
  68.         Width = 158
  69.         Height = 13
  70.         Caption = 'Scan URL Mask:'
  71.       end
  72.       object cbbURLs: TComboBox
  73.         Left = 1
  74.         Top = 81
  75.         Width = 226
  76.         Height = 21
  77.         Hint = 'Right Click to copy from or open in Netscape...'
  78.         HelpContext = 2004
  79.         Font.Color = clMaroon
  80.         Font.Height = -11
  81.         Font.Name = 'MS Sans Serif'
  82.         Font.Style = []
  83.         ItemHeight = 13
  84.         ParentFont = False
  85.         ParentShowHint = False
  86.         PopupMenu = popCbbURLs
  87.         ShowHint = True
  88.         TabOrder = 0
  89.       end
  90.       object btnScanURLs: TButton
  91.         Left = 231
  92.         Top = 80
  93.         Width = 122
  94.         Height = 23
  95.         Hint = 'Scan the URL for files...'
  96.         HelpContext = 2009
  97.         Caption = '&Scan For Files...'
  98.         Default = True
  99.         Font.Color = clBlack
  100.         Font.Height = -11
  101.         Font.Name = 'MS Sans Serif'
  102.         Font.Style = [fsBold]
  103.         ParentFont = False
  104.         TabOrder = 1
  105.         OnClick = btnScanURLsClick
  106.       end
  107.       object treLinks: TTreeView
  108.         Left = 0
  109.         Top = 106
  110.         Width = 355
  111.         Height = 92
  112.         Hint = 'Delete key deletes, Double Click to scan, Right Click to sort...'
  113.         HelpContext = 2010
  114.         ReadOnly = True
  115.         Indent = 15
  116.         Items.Data = {
  117.           010000001E0000000000000000000000FFFFFFFFFFFFFFFF0000000000000000
  118.           054C696E6B73}
  119.         Font.Color = clBlack
  120.         Font.Height = -11
  121.         Font.Name = 'MS Sans Serif'
  122.         Font.Style = []
  123.         ParentColor = False
  124.         TabOrder = 3
  125.         OnMouseUp = treLinksMouseUp
  126.         OnDblClick = treLinksDblClick
  127.         OnKeyDown = treLinksKeyDown
  128.         ParentFont = False
  129.         StateImages = imgState
  130.       end
  131.       object grpInclude: TGroupBox
  132.         Left = 183
  133.         Top = -1
  134.         Width = 170
  135.         Height = 76
  136.         TabOrder = 4
  137.         object chkIncludeHTMLfiles: TCheckBox
  138.           Left = 9
  139.           Top = 13
  140.           Width = 121
  141.           Height = 17
  142.           Hint = 'Add HTML files to files found list...'
  143.           HelpContext = 2007
  144.           Caption = 'Incl&ude HTML Files'
  145.           TabOrder = 0
  146.         end
  147.         object chkShowInlineImages: TCheckBox
  148.           Left = 9
  149.           Top = 33
  150.           Width = 136
  151.           Height = 15
  152.           Hint = 'Add Inline Images to files found list...'
  153.           HelpContext = 2008
  154.           TabStop = False
  155.           Caption = '&Include Inline Images'
  156.           State = cbChecked
  157.           TabOrder = 1
  158.           OnClick = chkShowInlineImagesClick
  159.         end
  160.         object chkApplyMasktoFiles: TCheckBox
  161.           Left = 9
  162.           Top = 52
  163.           Width = 153
  164.           Height = 17
  165.           Hint = 
  166.             'Apply mask to determine if file found is added to files found li' +
  167.             'st...'
  168.           HelpContext = 2003
  169.           Caption = '&Apply Mask to Files'
  170.           TabOrder = 2
  171.         end
  172.       end
  173.       object spnRecurse: TSpinEdit
  174.         Left = 1
  175.         Top = 2
  176.         Width = 47
  177.         Height = 22
  178.         Hint = 
  179.           '1 indicates only current page'#39's inline images and linked files..' +
  180.           '.'
  181.         HelpContext = 2005
  182.         AutoSize = False
  183.         MaxValue = 20
  184.         MinValue = 1
  185.         TabOrder = 5
  186.         Value = 1
  187.         OnChange = spnRecurseChange
  188.       end
  189.       object cbbScanMasks: TComboBox
  190.         Left = 1
  191.         Top = 43
  192.         Width = 178
  193.         Height = 21
  194.         Hint = 'Enter a mask to determine URLs scanned...'
  195.         HelpContext = 2002
  196.         Font.Color = clBlack
  197.         Font.Height = -11
  198.         Font.Name = 'MS Sans Serif'
  199.         Font.Style = []
  200.         ItemHeight = 13
  201.         ParentFont = False
  202.         ParentShowHint = False
  203.         PopupMenu = popCbbURLs
  204.         ShowHint = False
  205.         TabOrder = 2
  206.         Text = 'All URLs (*)'
  207.       end
  208.     end
  209.     object TabSheet2: TTabSheet
  210.       HelpContext = 1001
  211.       Caption = 'Available Files'
  212.       object Label2: TLabel
  213.         Left = 79
  214.         Top = 82
  215.         Width = 61
  216.         Height = 13
  217.         Caption = 'Selected:'
  218.       end
  219.       object btnSaveFiles: TButton
  220.         Left = 208
  221.         Top = 77
  222.         Width = 145
  223.         Height = 22
  224.         Hint = 'Download selected files...'
  225.         HelpContext = 1010
  226.         Caption = '&Save Files...'
  227.         Default = True
  228.         Enabled = False
  229.         Font.Color = clBlack
  230.         Font.Height = -11
  231.         Font.Name = 'MS Sans Serif'
  232.         Font.Style = [fsBold]
  233.         ParentFont = False
  234.         TabOrder = 0
  235.         OnClick = btnSaveFilesClick
  236.       end
  237.       object Panel3: TPanel
  238.         Left = 141
  239.         Top = 78
  240.         Width = 62
  241.         Height = 20
  242.         Hint = 'The number of items selected out of the total number...'
  243.         HelpContext = 1009
  244.         BevelOuter = bvLowered
  245.         TabOrder = 4
  246.         object lblSelCount: TLabel
  247.           Left = 4
  248.           Top = 3
  249.           Width = 55
  250.           Height = 14
  251.           AutoSize = False
  252.           Caption = '0/0'
  253.         end
  254.       end
  255.       object lstUserChoices: TListView
  256.         Left = 0
  257.         Top = 103
  258.         Width = 355
  259.         Height = 95
  260.         Hint = 'Right Click on list for more options...'
  261.         HelpContext = 1011
  262.         ColumnClick = False
  263.         OnDblClick = lstUserChoicesDblClick
  264.         Columns = <
  265.           item
  266.             Caption = 'Files Found'
  267.             Width = 0
  268.           end
  269.           item
  270.             Alignment = taRightJustify
  271.             Caption = 'Size'
  272.             Width = 0
  273.           end>
  274.         ReadOnly = True
  275.         HideSelection = False
  276.         IconOptions.Arrangement = iaLeft
  277.         IconOptions.AutoArrange = True
  278.         IconOptions.WrapText = False
  279.         MultiSelect = True
  280.         OnMouseDown = lstUserChoicesMouseDown
  281.         OnMouseMove = lstUserChoicesMouseMove
  282.         OnMouseUp = lstUserChoicesMouseUp
  283.         ParentShowHint = False
  284.         ShowHint = False
  285.         PopupMenu = popLstUserChoices
  286.         TabOrder = 1
  287.         ViewStyle = vsList
  288.         OnKeyDown = lstUserChoicesKeyDown
  289.         OnKeyUp = lstUserChoicesKeyUp
  290.         SmallImages = imgIcons
  291.         StateImages = imgState
  292.       end
  293.       object GroupBox5: TGroupBox
  294.         Left = 2
  295.         Top = -1
  296.         Width = 201
  297.         Height = 71
  298.         TabOrder = 2
  299.         object btnFilter: TButton
  300.           Left = 82
  301.           Top = 14
  302.           Width = 72
  303.           Height = 22
  304.           Hint = 'Removes choices that do not match file mask...'
  305.           HelpContext = 1003
  306.           Caption = 'Filte&r...'
  307.           Enabled = False
  308.           TabOrder = 0
  309.           OnClick = btnFilterClick
  310.         end
  311.         object cbbFilters: TComboBox
  312.           Left = 7
  313.           Top = 43
  314.           Width = 188
  315.           Height = 21
  316.           Hint = 'Enter a file mask, example: "ftp://fred??*.zip"...'
  317.           HelpContext = 1004
  318.           Font.Color = clBlack
  319.           Font.Height = -11
  320.           Font.Name = 'MS Sans Serif'
  321.           Font.Style = []
  322.           ItemHeight = 0
  323.           ParentFont = False
  324.           TabOrder = 1
  325.           Text = 'All Files (*.*)'
  326.         end
  327.         object btnSelect: TButton
  328.           Left = 7
  329.           Top = 14
  330.           Width = 69
  331.           Height = 22
  332.           Hint = 'Selects choices which match file mask...'
  333.           HelpContext = 1002
  334.           Caption = 'S&elect...'
  335.           Enabled = False
  336.           TabOrder = 2
  337.           OnClick = btnSelectClick
  338.         end
  339.       end
  340.       object GroupBox2: TGroupBox
  341.         Left = 208
  342.         Top = -1
  343.         Width = 145
  344.         Height = 71
  345.         TabOrder = 3
  346.         object chkShowFullPaths: TCheckBox
  347.           Left = 9
  348.           Top = 10
  349.           Width = 115
  350.           Height = 22
  351.           Hint = 'Show full URL paths, and restore after Filter...'
  352.           HelpContext = 1005
  353.           Caption = 'Sho&w Full Paths'
  354.           TabOrder = 0
  355.           OnClick = chkShowFullPathsClick
  356.         end
  357.         object chkIgnoreErrors: TCheckBox
  358.           Left = 9
  359.           Top = 30
  360.           Width = 112
  361.           Height = 17
  362.           Hint = 'Ignore errors that would prompt you when saving...'
  363.           HelpContext = 1006
  364.           Caption = '&Ignore Errors'
  365.           TabOrder = 1
  366.           OnClick = chkIgnoreErrorsClick
  367.         end
  368.         object chkBuildDirs: TCheckBox
  369.           Left = 9
  370.           Top = 48
  371.           Width = 117
  372.           Height = 17
  373.           Hint = 'Builds subdirectories as in URL...'
  374.           HelpContext = 1007
  375.           Caption = '&Build Directories'
  376.           TabOrder = 2
  377.           OnClick = chkBuildDirsClick
  378.         end
  379.       end
  380.       object btnGetSizes: TButton
  381.         Left = 2
  382.         Top = 77
  383.         Width = 72
  384.         Height = 21
  385.         Hint = 'Gets file sizes of selected URLs...'
  386.         HelpContext = 1008
  387.         Caption = '&Get Sizes'
  388.         TabOrder = 5
  389.         OnClick = btnGetSizesClick
  390.       end
  391.     end
  392.     object TabSheet3: TTabSheet
  393.       HelpContext = 2501
  394.       Caption = 'Save To'
  395.       object grpSaveTo: TGroupBox
  396.         Left = 2
  397.         Top = 3
  398.         Width = 178
  399.         Height = 192
  400.         Hint = 'Directory to download files to...'
  401.         Caption = ' Save To: '
  402.         TabOrder = 0
  403.         object btnNewFolder: TButton
  404.           Left = 7
  405.           Top = 17
  406.           Width = 76
  407.           Height = 22
  408.           Hint = 'Create a new subdirectory...'
  409.           Caption = '&New Folder'
  410.           TabOrder = 0
  411.           OnClick = btnNewFolderClick
  412.         end
  413.         object dlbDirectory: TDirectoryListBox
  414.           Left = 7
  415.           Top = 98
  416.           Width = 165
  417.           Height = 86
  418.           Hint = 'Press Delete to delete selected directory...'
  419.           Font.Color = clBlack
  420.           Font.Height = -11
  421.           Font.Name = 'MS Sans Serif'
  422.           Font.Style = []
  423.           ItemHeight = 16
  424.           ParentFont = False
  425.           TabOrder = 1
  426.           OnChange = dlbDirectoryChange
  427.           OnKeyDown = dlbDirectoryKeyDown
  428.         end
  429.         object cbbDrive: TDriveComboBox
  430.           Left = 7
  431.           Top = 72
  432.           Width = 165
  433.           Height = 21
  434.           Font.Color = clBlack
  435.           Font.Height = -11
  436.           Font.Name = 'MS Sans Serif'
  437.           Font.Style = []
  438.           ParentFont = False
  439.           ParentShowHint = False
  440.           ShowHint = True
  441.           TabOrder = 2
  442.           OnChange = cbbDriveChange
  443.         end
  444.         object txtNewDir: TEdit
  445.           Left = 87
  446.           Top = 18
  447.           Width = 85
  448.           Height = 21
  449.           Hint = 'Enter the name of the folder to create...'
  450.           TabOrder = 3
  451.           Text = 'noname'
  452.         end
  453.         object pnlDiskFree: TPanel
  454.           Left = 7
  455.           Top = 45
  456.           Width = 165
  457.           Height = 21
  458.           Hint = 'Disk space information...'
  459.           BevelOuter = bvLowered
  460.           Caption = '1100 of 1200 megs free'
  461.           TabOrder = 4
  462.         end
  463.       end
  464.       object grpYourFiles: TGroupBox
  465.         Left = 185
  466.         Top = 3
  467.         Width = 168
  468.         Height = 192
  469.         Caption = ' Your Files: '
  470.         TabOrder = 1
  471.         object cbbYourFiles: TFilterComboBox
  472.           Left = 7
  473.           Top = 19
  474.           Width = 155
  475.           Height = 21
  476.           FileList = lstCrrntDr
  477.           Filter = 
  478.             'All files (*.*)|*.*|Jpegs (*.jpg)|*.jpg;*.jpeg|GIFs (*.gif)|*.gi' +
  479.             'f|Images (*.gif;*.jpg;*.bmp;*.pcx)|*.gif;*.jpg;*.jpeg;*.bmp;*.pc' +
  480.             'x|Movies (*.mpg;*.mpeg;*.mov;*.avi)|*.mpg;*.mpeg;*.mov;*.avi|Tex' +
  481.             't (*.txt)|*.txt|HTML (*.html;*.htm)|*.html;*.htm|Compressed (*.z' +
  482.             'ip;*.arj;*.lzh;*.pak)|*.zip;*.arj;*.lzh;*.pak'
  483.           Font.Color = clBlack
  484.           Font.Height = -11
  485.           Font.Name = 'MS Sans Serif'
  486.           Font.Style = []
  487.           ParentFont = False
  488.           TabOrder = 0
  489.         end
  490.         object lstCrrntDr: TFileListBox
  491.           Left = 7
  492.           Top = 45
  493.           Width = 155
  494.           Height = 139
  495.           Hint = 
  496.             'Delete key to delete selected, Double Click to open in Netscape.' +
  497.             '..'
  498.           FileType = [ftReadOnly, ftHidden, ftSystem, ftArchive, ftNormal]
  499.           Font.Color = clBlack
  500.           Font.Height = -11
  501.           Font.Name = 'MS Sans Serif'
  502.           Font.Style = []
  503.           ItemHeight = 13
  504.           MultiSelect = True
  505.           ParentFont = False
  506.           TabOrder = 1
  507.           OnChange = lstCrrntDrChange
  508.           OnDblClick = lstCrrntDrDblClick
  509.           OnKeyDown = lstCrrntDrKeyDown
  510.         end
  511.       end
  512.     end
  513.   end
  514.   object mediaPlayer: TMediaPlayer
  515.     Left = 22
  516.     Top = 160
  517.     Width = 253
  518.     Height = 30
  519.     Visible = False
  520.     TabOrder = 2
  521.   end
  522.   object mnuMain: TMainMenu
  523.     Left = 147
  524.     Top = 142
  525.     object mnuFile: TMenuItem
  526.       Caption = '&File'
  527.       ShortCut = 0
  528.       object mnuAppendListofURLs: TMenuItem
  529.         Caption = '&Append List of URLs...'
  530.         HelpContext = 3002
  531.         ShortCut = 16460
  532.         OnClick = mnuAppendListofURLsClick
  533.       end
  534.       object mnuSaveListofURLs: TMenuItem
  535.         Caption = '&Save List of URLs...'
  536.         Enabled = False
  537.         HelpContext = 3003
  538.         ShortCut = 16467
  539.         OnClick = mnuSaveListofURLsClick
  540.       end
  541.       object N7: TMenuItem
  542.         Caption = '-'
  543.         ShortCut = 0
  544.       end
  545.       object mnuOpenNetscape: TMenuItem
  546.         Caption = 'Quick Launch &Netscape...'
  547.         HelpContext = 3004
  548.         ShortCut = 16462
  549.         OnClick = mnuOpenNetscapeClick
  550.       end
  551.       object N6: TMenuItem
  552.         Caption = '-'
  553.         ShortCut = 0
  554.       end
  555.       object mnuViewOrderFrm: TMenuItem
  556.         Caption = 'Or&der Form...'
  557.         ShortCut = 0
  558.         OnClick = mnuViewOrderFrmClick
  559.       end
  560.       object mnuRegister: TMenuItem
  561.         Caption = '&Register Now!'
  562.         ShortCut = 0
  563.         OnClick = mnuRegisterClick
  564.       end
  565.       object bar2: TMenuItem
  566.         Caption = '-'
  567.         ShortCut = 0
  568.       end
  569.       object Exit1: TMenuItem
  570.         Caption = 'E&xit'
  571.         ShortCut = 32883
  572.         OnClick = Exit1Click
  573.       end
  574.     end
  575.     object Options1: TMenuItem
  576.       Caption = '&Options'
  577.       ShortCut = 0
  578.       object mnuShowInlineImages: TMenuItem
  579.         Caption = '&Inline Images'
  580.         Checked = True
  581.         ShortCut = 0
  582.         Visible = False
  583.         OnClick = mnuShowInlineImagesClick
  584.       end
  585.       object mnuShowFullPaths: TMenuItem
  586.         Caption = '&Show Full Paths'
  587.         ShortCut = 0
  588.         Visible = False
  589.         OnClick = mnuShowFullPathsClick
  590.       end
  591.       object mnuShowErrorWindow: TMenuItem
  592.         Caption = 'Show &Error Window...'
  593.         HelpContext = 3005
  594.         ShortCut = 16453
  595.         OnClick = mnuShowErrorWindowClick
  596.       end
  597.       object N9: TMenuItem
  598.         Caption = '-'
  599.         ShortCut = 0
  600.       end
  601.       object mnuSetPassword: TMenuItem
  602.         Caption = 'Set &Username and Password...'
  603.         HelpContext = 3006
  604.         ShortCut = 16464
  605.         OnClick = mnuSetPasswordClick
  606.       end
  607.       object mnuOptions: TMenuItem
  608.         Caption = '&Configuration...'
  609.         ShortCut = 16463
  610.         OnClick = mnuOptionsClick
  611.       end
  612.     end
  613.     object Help1: TMenuItem
  614.       Caption = '&Help'
  615.       ShortCut = 0
  616.       object Tips1: TMenuItem
  617.         Caption = '&Help Topics'
  618.         ShortCut = 112
  619.         OnClick = Tips1Click
  620.       end
  621.       object N2: TMenuItem
  622.         Caption = '-'
  623.         ShortCut = 0
  624.       end
  625.       object mnuAbout: TMenuItem
  626.         Caption = '&About...'
  627.         ShortCut = 0
  628.         OnClick = mnuAboutClick
  629.       end
  630.     end
  631.   end
  632.   object popLstUserChoices: TPopupMenu
  633.     Left = 61
  634.     Top = 180
  635.     object popListView: TMenuItem
  636.       Caption = 'List Files'
  637.       GroupIndex = 1
  638.       RadioItem = True
  639.       ShortCut = 0
  640.       OnClick = popListViewClick
  641.     end
  642.     object popSmallIcons: TMenuItem
  643.       Caption = 'Small Icons'
  644.       GroupIndex = 1
  645.       RadioItem = True
  646.       ShortCut = 0
  647.       Visible = False
  648.       OnClick = popSmallIconsClick
  649.     end
  650.     object popReport: TMenuItem
  651.       Caption = 'Report Style'
  652.       Checked = True
  653.       GroupIndex = 1
  654.       RadioItem = True
  655.       ShortCut = 0
  656.       OnClick = popReportClick
  657.     end
  658.     object N3: TMenuItem
  659.       Caption = '-'
  660.       GroupIndex = 1
  661.       ShortCut = 0
  662.       Visible = False
  663.     end
  664.     object popLeftIcons: TMenuItem
  665.       Caption = 'Icons Left'
  666.       Checked = True
  667.       GroupIndex = 2
  668.       RadioItem = True
  669.       ShortCut = 0
  670.       Visible = False
  671.       OnClick = popLeftIconsClick
  672.     end
  673.     object popTopIcons: TMenuItem
  674.       Caption = 'Icons Top'
  675.       GroupIndex = 2
  676.       RadioItem = True
  677.       ShortCut = 0
  678.       Visible = False
  679.       OnClick = popTopIconsClick
  680.     end
  681.     object N4: TMenuItem
  682.       Caption = '-'
  683.       GroupIndex = 2
  684.       ShortCut = 0
  685.       Visible = False
  686.     end
  687.     object popAutoArrange: TMenuItem
  688.       Caption = 'Auto Arrange Icons'
  689.       Checked = True
  690.       GroupIndex = 3
  691.       ShortCut = 0
  692.       Visible = False
  693.       OnClick = popAutoArrangeClick
  694.     end
  695.     object popWrapText: TMenuItem
  696.       Caption = 'Wrap Text'
  697.       Checked = True
  698.       GroupIndex = 3
  699.       ShortCut = 0
  700.       Visible = False
  701.       OnClick = popWrapTextClick
  702.     end
  703.     object N5: TMenuItem
  704.       Caption = '-'
  705.       GroupIndex = 3
  706.       ShortCut = 0
  707.     end
  708.     object popClear: TMenuItem
  709.       Caption = '&Clear List'
  710.       GroupIndex = 3
  711.       ShortCut = 16451
  712.       OnClick = popClearClick
  713.     end
  714.     object popSortLst: TMenuItem
  715.       Caption = '&Sort files list'
  716.       GroupIndex = 3
  717.       ShortCut = 16467
  718.       OnClick = popSortLstClick
  719.     end
  720.     object popRegenerateList: TMenuItem
  721.       Caption = 'Regenerate &List'
  722.       GroupIndex = 3
  723.       ShortCut = 16466
  724.       OnClick = popRegenerateListClick
  725.     end
  726.     object popUsrNetscapeURL: TMenuItem
  727.       Caption = '&Open URL in Netscape'
  728.       Enabled = False
  729.       GroupIndex = 3
  730.       ShortCut = 0
  731.       OnClick = popUsrNetscapeURLClick
  732.     end
  733.     object popToggleSelected: TMenuItem
  734.       Caption = '&Toggle Selected'
  735.       Enabled = False
  736.       GroupIndex = 3
  737.       ShortCut = 0
  738.       OnClick = popToggleSelectedClick
  739.     end
  740.     object popRemove: TMenuItem
  741.       Caption = '&Remove...'
  742.       Enabled = False
  743.       GroupIndex = 3
  744.       ShortCut = 0
  745.       object popRemUnselected: TMenuItem
  746.         Caption = 'Unselected URLs'
  747.         Enabled = False
  748.         ShortCut = 0
  749.         OnClick = popRemUnselectedClick
  750.       end
  751.       object popRemSelected: TMenuItem
  752.         Caption = 'Selected URLs'
  753.         Enabled = False
  754.         ShortCut = 0
  755.         OnClick = popRemSelectedClick
  756.       end
  757.       object popRemFailed: TMenuItem
  758.         Caption = 'Red Failed Transfers'
  759.         ShortCut = 0
  760.         OnClick = popRemFailedClick
  761.       end
  762.       object popRemPartial: TMenuItem
  763.         Caption = 'Yellow Partial Transfers'
  764.         ShortCut = 0
  765.         OnClick = popRemPartialClick
  766.       end
  767.       object popRemSuccess: TMenuItem
  768.         Caption = 'Green Successful Transfers'
  769.         ShortCut = 0
  770.         OnClick = popRemSuccessClick
  771.       end
  772.     end
  773.   end
  774.   object imgIcons: TImageList
  775.     Left = 64
  776.     Top = 141
  777.   end
  778.   object imgState: TImageList
  779.     Left = 25
  780.     Top = 145
  781.   end
  782.   object popCbbURLs: TPopupMenu
  783.     OnPopup = popCbbURLsPopUp
  784.     Left = 190
  785.     Top = 147
  786.     object popCopy: TMenuItem
  787.       Caption = '&Copy URL from Netscape'
  788.       ShortCut = 0
  789.       OnClick = popCopyClick
  790.     end
  791.     object popCbbNetscapeOpen: TMenuItem
  792.       Caption = '&Open URL in Netscape'
  793.       ShortCut = 0
  794.       OnClick = popCbbNetscapeOpenClick
  795.     end
  796.     object N8: TMenuItem
  797.       Caption = '-'
  798.       ShortCut = 0
  799.     end
  800.     object popAddtoBookmarks: TMenuItem
  801.       Caption = '&Add to Bookmarks'
  802.       Hint = 'In Netscape you must re-open the bookmark file...'
  803.       ShortCut = 16449
  804.       OnClick = popAddtoBookmarksClick
  805.     end
  806.     object N1: TMenuItem
  807.       Caption = '-'
  808.       ShortCut = 0
  809.     end
  810.     object popSelectFrmBkmrks: TMenuItem
  811.       Caption = 'Select From &Bookmarks...'
  812.       ShortCut = 0
  813.       Visible = False
  814.     end
  815.     object popSelectFrmNetBkmrks: TMenuItem
  816.       Caption = 'Select From &Netscape Bookmarks...'
  817.       ShortCut = 0
  818.     end
  819.     object popSelectFromList: TMenuItem
  820.       Caption = '&Select From Session List...'
  821.       ShortCut = 0
  822.     end
  823.   end
  824.   object ddeClientConv: TDdeClientConv
  825.     ConnectMode = ddeManual
  826.     Left = 184
  827.     Top = 187
  828.   end
  829.   object OpenDialog: TOpenDialog
  830.     DefaultExt = 'LKS'
  831.     FileEditStyle = fsEdit
  832.     Filter = 'All files (*.*)|*.*|List of URLs (*.lks)|*.lks'
  833.     FilterIndex = 2
  834.     InitialDir = '.'
  835.     Options = [ofHideReadOnly, ofFileMustExist]
  836.     Title = 'Open List of URLs...'
  837.     Left = 110
  838.     Top = 141
  839.   end
  840.   object SaveDialog: TSaveDialog
  841.     DefaultExt = 'LKS'
  842.     FileEditStyle = fsEdit
  843.     Filter = 'List of URLs (*.lks)|*.lks'
  844.     InitialDir = '.'
  845.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist]
  846.     Left = 140
  847.     Top = 185
  848.   end
  849.   object Timer: TTimer
  850.     Enabled = False
  851.     OnTimer = TimerOut
  852.     Left = 23
  853.     Top = 189
  854.   end
  855.   object Validator: TValidator
  856.     RandSeed = 21593
  857.     OnVldOk = ValidatorVldOk
  858.     OnVldFailed = ValidatorVldFailed
  859.     Left = 104
  860.     Top = 176
  861.   end
  862. end
  863.